projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc6579a
)
(${TIT}): To byte-compile quail packages, use just built quail.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 6 Mar 1998 20:59:54 +0000
(20:59 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 6 Mar 1998 20:59:54 +0000
(20:59 +0000)
leim/Makefile.in
patch
|
blob
|
history
diff --git
a/leim/Makefile.in
b/leim/Makefile.in
index 788fec81679bd2f8b80ae92a8fd4e558ebebe486..ebfa59a72b8b45f2fc7df6f2d2dff7d750869f87 100644
(file)
--- a/
leim/Makefile.in
+++ b/
leim/Makefile.in
@@
-138,7
+138,8
@@
${TIT}:
[ -d quail ] || mkdir quail
${RUN-EMACS} -l ${buildlisppath}/international/titdic-cnv \
--eval '(batch-titdic-convert t)' -dir quail ${srcdir}/CXTERM-DIC
- ${RUN-EMACS} -f batch-byte-compile ${TIT}
+ ${RUN-EMACS} -l ${buildlisppath}/international/quail \
+ -f batch-byte-compile ${TIT}
leim-list.el: ${SUBDIRS} ${TIT}
if [ x`(cd ${srcdir}; /bin/pwd)` = x`(/bin/pwd)` ] ; then \